home *** CD-ROM | disk | FTP | other *** search
- ###########################################################
- # traptarg.cfg
- #
- # Snmp Agent Trap Target (Destination) Configuration
- #
- # This file specifies all managers that are to receive
- # snmp trap messages generated by the Snmp Agent (snmp.nlm)
- #
- # File Format:
- #
- # Protocol <name>
- # Specifies the beginning of a list of names or
- # address of managers to which to send traps using the
- # protocol specified by <name> if that protocol is
- # registered as a service provider to the snmp agent.
- #
- # All destinations must be preceeded by white space
- # Each destination must be listed on a separate Line
- #
- # The Protocol keyword, left justified, signifies the
- # start of a new protocol section.
- #
- # Comments are preceeded by the hash mark, and proceed
- # to the end of the line
- #
- ###########################################################
- Protocol IPX
- # In this section you can put SNMP managers that want to receive
- # traps from the local node over IPX. Managers can be identified
- # by NetWare service name (a NetWare file server name, for example)
- # or by IPX address. To specify by IPX address, use the following
- # format:
- # IPX Network Number: MAC Address
- #
- # for example, c9990111:00001B555555
-
- Protocol UDP
- # In this section you can put SNMP managers that want to receive
- # traps from the local node over UDP. Use either IP address or
- # logical name. (If you use a logical name be sure the name and its
- # corresponding ip address appear in the sys:etc\hosts file.)
- # By default, the local node sends traps at least to itself.
-
- 127.0.0.1 # send traps to the loopback address
-